home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog81 < prev    next >
Text File  |  1995-06-29  |  265b  |  16 lines

  1. # bug in translations?
  2. xtAppInitialize -class Program
  3.  
  4. xmLabel .label managed -labelString main
  5.  
  6. topLevelShell .t
  7. # xmLabel .t.label managed -labelString popup
  8.  
  9. .t setValues -translations "#augment \
  10.     <Key>q: exec(puts hello)"
  11. .t popup
  12.  
  13. . realizeWidget
  14.  
  15. . mainLoop
  16.